src/netorcai/client.d(68,16): Error: cast from `ubyte[]` to `string` not allowed in safe code src/netorcai/client.d(225,9): Error: `@safe` function `netorcai.client.Client.sendTurnAck` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here src/netorcai/client.d(226,9): Error: `@safe` function `netorcai.client.Client.sendTurnAck` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here src/netorcai/client.d(235,9): Error: `@safe` function `netorcai.client.Client.sendDoInitAck` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here src/netorcai/client.d(244,9): Error: `@safe` function `netorcai.client.Client.sendDoTurnAck` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here src/netorcai/client.d(245,9): Error: `@safe` function `netorcai.client.Client.sendDoTurnAck` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here src/netorcai/json_util.d(10,19): Deprecation: alias `std.json.JSON_TYPE` is deprecated - Use JSONType and the new enum member names src/netorcai/json_util.d(12,24): Deprecation: alias `std.json.JSON_TYPE` is deprecated - Use JSONType and the new enum member names src/netorcai/json_util.d(14,24): Deprecation: alias `std.json.JSON_TYPE` is deprecated - Use JSONType and the new enum member names src/netorcai/json_util.d(54,19): Deprecation: alias `std.json.JSON_TYPE` is deprecated - Use JSONType and the new enum member names src/netorcai/json_util.d(88,19): Deprecation: alias `std.json.JSON_TYPE` is deprecated - Use JSONType and the new enum member names src/netorcai/json_util.d(90,24): Deprecation: alias `std.json.JSON_TYPE` is deprecated - Use JSONType and the new enum member names src/netorcai/message.d(135,27): Error: `@safe` function `netorcai.message.parseGameStartsMessage` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here src/netorcai/message.d(136,22): Error: `@safe` function `netorcai.message.parseGameStartsMessage` cannot call `@system` function `std.json.JSONValue.array` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(324,38): `std.json.JSONValue.array` is declared here src/netorcai/message.d(187,20): Error: `@safe` function `netorcai.message.parseGameEndsMessage` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here src/netorcai/message.d(217,22): Error: `@safe` function `netorcai.message.parseTurnMessage` cannot call `@system` function `std.json.JSONValue.array` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(324,38): `std.json.JSONValue.array` is declared here src/netorcai/message.d(218,20): Error: `@safe` function `netorcai.message.parseTurnMessage` cannot call `@system` function `std.json.JSONValue.object` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(278,44): `std.json.JSONValue.object` is declared here src/netorcai/message.d(293,19): Error: `@safe` function `netorcai.message.parsePlayerActions` cannot call `@system` function `std.json.JSONValue.array` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(324,38): `std.json.JSONValue.array` is declared here src/netorcai/message.d(322,21): Error: `@safe` function `netorcai.message.parseDoTurnMessage` cannot call `@system` function `std.json.JSONValue.array` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../phobos/std/json.d(324,38): `std.json.JSONValue.array` is declared here /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.